net/http.persistConn.alt (field)
12 uses
net/http (current package)
transport.go#L640: if pconn.alt != nil {
transport.go#L642: resp, err = pconn.alt.RoundTrip(req)
transport.go#L647: if pconn.alt != nil {
transport.go#L1015: if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
transport.go#L1026: if pconn.alt == nil {
transport.go#L1082: if t.IdleConnTimeout > 0 && pconn.alt == nil {
transport.go#L1149: if pconn.alt != nil {
transport.go#L1472: if r.pc != nil && r.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1565: if err == nil && (!delivered || pc.alt != nil) {
transport.go#L1867: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L1999: alt RoundTripper
transport.go#L2846: if pc.alt == nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |